|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICommand
A command that can be enqueued with the external process controller.
| Method Summary | |
|---|---|
java.lang.Object |
accept(ICommandVisitor visitor)
Attempts to invoke an implementation-dependent visit method on the supplied visitor, calling ICommandVisitor.visitUnknown(ICommand) if such a
method is not available. |
java.lang.Object |
exportContents()
Exports the contents of this command to a simple structure of arrays and serializable values from java.lang. |
void |
importContents(java.lang.Object contents)
Configures the contents of this command with a structure previously returned from exportContents(). |
| Method Detail |
|---|
java.lang.Object accept(ICommandVisitor visitor)
throws java.lang.NullPointerException
ICommandVisitor.visitUnknown(ICommand) if such a
method is not available.
visitor - The visitor to accept.
java.lang.NullPointerException - If the supplied visitor is null.java.lang.Object exportContents()
java.lang.
void importContents(java.lang.Object contents)
exportContents().
contents - The exported contents structure to load from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||